-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3Packages.yamlpath: mark as broken #270193
Conversation
`yamlpath` depends on `ruamel.yaml` <= 0.17.21 [1], but the packaged version in Nixpkgs is on version 0.17.32 by now. This breaks a lot of the libraries own unit tests. As I don't see anything in Nixpkgs depending on `yamlpath`, this simply marks the package as broken. [1]: https://github.com/wwkimball/yamlpath/blob/9bbddea5205147d49e612abb26cf1671a3861256/setup.py#L48
@Flakebi: Since you are listed as the maintainer of this package: @Nebucatnetzer proved on his local machine that these errors could be fixed if we would downgrade the |
Co-authored-by: Fabian Affolter <[email protected]>
93c92c2
to
02e9c16
Compare
Oh, actually I just saw that @Flakebi +1'd the PR. I'll take that as an approval :-) |
Successfully created backport PR for |
Git push to origin failed for release-23.11 with exitcode 1 |
yamlpath
depends onruamel.yaml
<= 0.17.21 1, but the packaged version in Nixpkgs is on version 0.17.32 by now. This breaks a lot of the libraries own unit tests.As I don't see anything in Nixpkgs depending on
yamlpath
, this simply marks the package as broken.Description of changes
Mark the package as broken.
#ZurichZHF
ZHF: #265948
Hydra build: https://hydra.nixos.org/build/241253815#tabs-summary
Hydra logs: https://hydra.nixos.org/build/241253815/nixlog/1
Various tests fail like this:
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)